home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 August / augusty_2000.iso / Mp3 Search / fs_beta_1-05.EXE / FILESWAP.EXE / 0 / RCDATA / TFRMCHANNEL / TFRMCHANNEL.txt
Encoding:
Text File  |  2000-03-27  |  977 b   |  53 lines

  1. inherited frmChannel: TfrmChannel
  2.   Width = 370
  3.   Caption = 'frmChannel'
  4.   FormStyle = fsNormal
  5.   OldCreateOrder = True
  6.   OnClose = FormClose
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited txtMsg: TRichEdit
  10.     Width = 362
  11.   end
  12.   object ListBox1: TListBox [1]
  13.     Left = 144
  14.     Top = 32
  15.     Width = 121
  16.     Height = 97
  17.     ItemHeight = 13
  18.     TabOrder = 1
  19.   end
  20.   inherited Panel1: TPanel
  21.     Width = 362
  22.     TabOrder = 2
  23.     inherited txtChat: TRichEdit
  24.       Width = 272
  25.     end
  26.     object lstUsers: TListBox
  27.       Left = 272
  28.       Top = 0
  29.       Width = 90
  30.       Height = 235
  31.       Align = alRight
  32.       ItemHeight = 13
  33.       PopupMenu = pmChat
  34.       TabOrder = 1
  35.     end
  36.   end
  37.   object aclChat: TActionList
  38.     Left = 280
  39.     Top = 8
  40.     object actPTP: TAction
  41.       Caption = 'Private Chat'
  42.       OnExecute = actPTPExecute
  43.     end
  44.   end
  45.   object pmChat: TPopupMenu
  46.     Left = 312
  47.     Top = 8
  48.     object PrivateChat1: TMenuItem
  49.       Action = actPTP
  50.     end
  51.   end
  52. end
  53.